Labels Property (ChartAxis<T>)
In This Topic
Gets or sets a value indicating whether axis labels are visible.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property Labels As System.Boolean
'Usage
Dim instance As ChartAxis(Of T)
Dim value As System.Boolean
instance.Labels = value
value = instance.Labels
[System.ComponentModel.DefaultValue(true)]
public System.bool Labels {get; set;}
public read-write property Labels: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set Labels : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_Labels();
public: __property void set_Labels(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool Labels {
System.bool get();
void set ( System.bool value);
}
See Also